﻿2026-07-27T09:40:02.1713052Z ##[group]Run actions/checkout@v5
2026-07-27T09:40:02.1713586Z with:
2026-07-27T09:40:02.1713875Z   fetch-depth: 0
2026-07-27T09:40:02.1714204Z   repository: BigscreenVR/spt-bs-core
2026-07-27T09:40:02.1716692Z   token: ***
2026-07-27T09:40:02.1717043Z   ssh-strict: true
2026-07-27T09:40:02.1717343Z   ssh-user: git
2026-07-27T09:40:02.1717642Z   persist-credentials: true
2026-07-27T09:40:02.1717959Z   clean: true
2026-07-27T09:40:02.1718277Z   sparse-checkout-cone-mode: true
2026-07-27T09:40:02.1718630Z   fetch-tags: false
2026-07-27T09:40:02.1718927Z   show-progress: true
2026-07-27T09:40:02.1719229Z   lfs: false
2026-07-27T09:40:02.1719507Z   submodules: false
2026-07-27T09:40:02.1719813Z   set-safe-directory: true
2026-07-27T09:40:02.1720167Z   allow-unsafe-pr-checkout: false
2026-07-27T09:40:02.1720543Z ##[endgroup]
2026-07-27T09:40:02.3649544Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T09:40:02.3651503Z ##[group]Getting Git version info
2026-07-27T09:40:02.3652397Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-27T09:40:02.4077487Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-27T09:40:02.4311085Z git version 2.43.0.windows.1
2026-07-27T09:40:02.4338431Z ##[endgroup]
2026-07-27T09:40:02.4346497Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\df8cc690-be0d-477b-b873-d67534db3266\.gitconfig'
2026-07-27T09:40:02.4361121Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\df8cc690-be0d-477b-b873-d67534db3266' before making global git config changes
2026-07-27T09:40:02.4362060Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T09:40:02.4366448Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-27T09:40:02.4633212Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-27T09:40:02.4854493Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T09:40:02.4881538Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T09:40:02.4886094Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T09:40:02.5114453Z HEAD
2026-07-27T09:40:02.5415011Z ##[endgroup]
2026-07-27T09:40:02.5415505Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-27T09:40:02.9483758Z ##[group]Cleaning the repository
2026-07-27T09:40:02.9485807Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-27T09:40:04.3643637Z Removing target/
2026-07-27T09:40:04.3673618Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-27T09:40:04.4927212Z HEAD is now at 929c90ec Merge 62862a7fa8e395a7af98320322c0bfad6be6796b into 6ecec12e558f3f545d9a235d5725292328ad4c2e
2026-07-27T09:40:04.4956397Z ##[endgroup]
2026-07-27T09:40:04.4960866Z ##[group]Disabling automatic garbage collection
2026-07-27T09:40:04.4966116Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-27T09:40:04.5205633Z ##[endgroup]
2026-07-27T09:40:04.5206127Z ##[group]Setting up auth
2026-07-27T09:40:04.5211659Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-27T09:40:04.5433869Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-27T09:40:04.9420530Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T09:40:04.9686476Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-27T09:40:05.3657936Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T09:40:05.3898862Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-27T09:40:05.7975162Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-27T09:40:05.8309191Z ##[endgroup]
2026-07-27T09:40:05.8309854Z ##[group]Fetching the repository
2026-07-27T09:40:05.8317137Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +900644e0ccf63a13dcba1b25c8d3d5d83afc5a7c:refs/remotes/pull/103/merge
2026-07-27T09:40:06.5361008Z ##[endgroup]
2026-07-27T09:40:06.5361717Z ##[group]Determining the checkout info
2026-07-27T09:40:06.5362171Z ##[endgroup]
2026-07-27T09:40:06.5369305Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-27T09:40:06.5664353Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-27T09:40:06.5901304Z ##[group]Checking out the ref
2026-07-27T09:40:06.5905709Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/103/merge
2026-07-27T09:40:06.7041253Z Previous HEAD position was 929c90ec Merge 62862a7fa8e395a7af98320322c0bfad6be6796b into 6ecec12e558f3f545d9a235d5725292328ad4c2e
2026-07-27T09:40:06.7042194Z HEAD is now at 900644e0 Merge 7559d6af48343e52034a0ca29fd042f8811aa12a into 3d9ec73a834bdbbb18e1287d5021dce82c534faf
2026-07-27T09:40:06.7066243Z ##[endgroup]
2026-07-27T09:40:06.7331939Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-27T09:40:06.7566837Z 900644e0ccf63a13dcba1b25c8d3d5d83afc5a7c
